home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / poradnik / switching-guide / common / ubuntu.css < prev   
Cascading Style Sheet File  |  2008-05-05  |  4KB  |  207 lines

  1. /*
  2. ** Plone style sheet for CSS2-capable browsers.
  3. **
  4. ** Copyright Alexander Limi - http://www.plonesolutions.com
  5. **
  6. ** Additional Plone 2 work:
  7. ** Joe Geldart & Tom Croucher - http://www.netalleynetworks.com
  8. ** Michael Zeltner - http://niij.org
  9. ** Geir B∩┐╜kholt - http://www.plonesolutions.com
  10. **
  11. ** All you guys rock :)
  12. **
  13. ** Style sheet documentation can be found at http://plone.org/documentation
  14. **
  15. ** You should preferrably use ploneCustom.css to add your own CSS classes and to
  16. ** customize your portal, as these are the base fundaments of Plone, and will
  17. ** change and be refined in newer versions. Keeping your changes in
  18. ** ploneCustom.css will make it easier to upgrade.
  19. **
  20. ** Feel free to use whole or parts of this for your own designs, but give credit
  21. ** where credit is due.
  22. **
  23. */
  24.  
  25. /*  (do not remove this :) */
  26. /*  (not this either :) */
  27.  
  28. /* The basic elements: */
  29.  
  30. html {
  31.     background-color: white;
  32.     color: #002B3D;
  33.     font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  34.     font-size: 0.90em;
  35.     line-height: 1.75em;
  36. }
  37.  
  38. body {
  39.     margin: 0;
  40.     padding: 0;
  41. }
  42.  
  43. #mastwrap {
  44.     background: url(img/header.png) bottom left repeat-x #DBBA75;
  45. }
  46.  
  47. #masthead {
  48.     position:relative;
  49.     background: url('img/headerlogo.png') bottom left no-repeat transparent;
  50.     border: 0px solid white;
  51.     height: 90px;
  52.     color: #000;
  53. }
  54.  
  55. #content {
  56.     margin-top: 2em;
  57.     margin-left: 3em;
  58.     margin-right: 13em;
  59. }
  60.  
  61. .inlinemediaobject {
  62.     display: block;
  63.     text-align: center;
  64. }
  65.  
  66. div.toc {
  67.   padding-left: 1em;
  68.   padding-right: 1em;
  69. }
  70.  
  71. div.toc dt { 
  72.   margin-top: 2px; 
  73. }
  74.  
  75. div.toc dt :visited { 
  76.     color: black; /* Ubuntu visited link color */
  77. }
  78.  
  79. ul {
  80.     margin-right: 25%;
  81. }
  82.  
  83. div.qandaset dt :visited { 
  84.     color: black; /* Ubuntu visited link color */
  85. }
  86.  
  87. :link { 
  88.     color: #6d4c07; /* dark brown */
  89. }
  90.  
  91. :visited { 
  92.     color: #6d4c07; /* dark brown */
  93. }
  94.  
  95. dl { 
  96.   margin-top: 0em; 
  97.   margin-bottom: 0.5em; 
  98. }
  99.  
  100. dt { 
  101.   margin-top: 1em; 
  102. }
  103.  
  104. div.qandaset {
  105.     margin-left: 1em;
  106. }
  107.  
  108. .guimenu, .guimenuitem, .guisubmenu {
  109.     font-style: italic;
  110.     color: #6d4c07; /* dark brown */
  111. }
  112.  
  113. .guilabel, .guibutton { 
  114. }
  115.  
  116. .question { 
  117.   font-weight: bold; 
  118. }
  119.  
  120. /* accelerator keys in menus */
  121. .accel { 
  122.   text-decoration: underline;
  123. }
  124.  
  125. h1, h2, h3, h4, h5, h6
  126. {
  127.         font-weight: normal; 
  128.         color: #6d4c07; /* ubuntu dark brown */
  129.         line-height: 1.2em;
  130.  
  131. }    
  132.  
  133. h1
  134. {
  135.         font-size: 1.6em; border-bottom: 2px solid #6d4c07;
  136. }
  137.  
  138. h2 {font-size: 1.4em;}
  139. h3 {font-size: 1.3em;}
  140. h4 {font-size: 1.2em;}
  141. h5, h6 {font-size: 1em;}
  142.  
  143.  
  144.  
  145. strong
  146. {
  147.         margin: 1.5em 0 0 0;
  148.         font-weight: normal; 
  149.         color: #6d4c07; /* ubuntu dark brown */
  150.         font-size: 1.3em;
  151. }
  152.  
  153. #sisternav {
  154.     position:absolute;
  155.     bottom:0px;
  156.     right:0px;
  157. }
  158.  
  159. #sisternav ul {
  160.     display:inline;
  161.     margin:0;
  162.     padding:10px 10px 0 1px;
  163.     list-style:none;
  164. }
  165.                   
  166. #sisternav li {
  167.     display:inline;
  168.     float:left;
  169.     background:url(../../common/img/tab_off_ns1.png) no-repeat left top;
  170.     margin:0;
  171.     padding:0 0 0 5px;
  172. }
  173.  
  174. #sisternav a {
  175.     float:left;
  176.     font-size:0.8em;
  177.     display:block;
  178.     background:url(../../common/img/tab_off_ns2.png) no-repeat right top;
  179.     padding:8px 15px 3px 8px;
  180.     text-decoration:none;
  181.     font-weight: bold;
  182. }
  183.  
  184. /* Commented Backslash Hack hides rule from IE5-Mac \*/
  185. #sisternav a {float:none;}
  186. /* End IE5-Mac hack */
  187.  
  188. #sisternav li:hover, #sisternav li:hover a {
  189.     background-position:0% -163px;
  190. }
  191.  
  192. #sisternav li:hover a {
  193.     background-position:100% -163px;
  194. }
  195.  
  196. #sisternav #current {
  197.     background:url(../../common/img/tab_on_ns1.png) no-repeat left top;                
  198. }
  199.  
  200. #sisternav #current a {
  201.     background:url(../../common/img/tab_on_ns2.png) no-repeat right top;
  202.     padding-bottom:4px;
  203. }
  204.  
  205. #sisternav a , #sisternav #current a { color: #444; }
  206. #sisternav #current a:hover, #sisternav li a:hover { color: black;}
  207.